FlyingIndicators

Instrument that informs about the drone current flying state.

This instrument can be obtained from a drone using: drone.getInstrument(FlyingIndicators::class.java)

See also

Drone.getInstrument

Types

Link copied to clipboard

Drone did cut-off all motors due to an emergency.

Link copied to clipboard

Drone has detected defective sensor(s) and is doing an emergency landing.

Link copied to clipboard

Drone has piloting orders and is flying.

Link copied to clipboard

Drone is landing in the user's hand.

Link copied to clipboard

Drone is ready to initialize a take-off.

Link copied to clipboard

Drone is landing.

Link copied to clipboard

Motors are ramping, the drone is getting ready to take off.

Link copied to clipboard
interface State

Drone flying state.

Link copied to clipboard

Drone is taking off.

Link copied to clipboard

Drone is waiting at its current position for piloting orders.

Link copied to clipboard

Drone is waiting for a user action to takeoff.

Properties

Link copied to clipboard

Current drone flying state.